Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump reactor-core from 3.4.23 to 3.5.1 in /plugins/repository-azure #5604

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2022

Bumps reactor-core from 3.4.23 to 3.5.1.

Release notes

Sourced from reactor-core's releases.

v3.5.1

Reactor-Core 3.5.1 is part of 2022.0.1 Release Train.

What's Changed

⚠️ Update considerations and deprecations

✨ New features and improvements

🐞 Bug fixes

📖 Documentation, Tests and Build

New Contributors

Full Changelog: reactor/reactor-core@v3.5.0...v3.5.1

v3.5.0

Reactor-Core 3.5.0 is part of 2022.0.0 Release Train.

This is the first GA release of 2022.0.0 🎉

This note focuses on 3.5.0 proper, curating changes from across all milestones and also includes changes already released as part of 3.4.x line up to 3.4.25.

While there are plenty of improvements and bug fixes, it's worth to highlight the bigger themes first:

  • The Mono stack is now more lazy and complies to the Reactive Streams specification by only evaluating the source Publisher after receiving appropriate demand. Previously this usually happened during subscription time.
  • We reworked the metrics utilities. Please consult the reference documentation for more details.
  • A new context-propagation library has become an important part of the Reactor and Micrometer backbone to allow bridging between reactive and ThreadLocal contextual metadata. Reactor supports this bridging as soon as context-propagation library is present at runtime. Read more in the reference documentation.

Please pay special attention to the following update considerations. More detailed listing of features, bug fixes, and improvements follow.

⚠️ Update considerations and deprecations

⚠️ 🗑️ Removals

  • Remove Kotlin extensions by @​simonbasle in #2949
  • Remove deprecated Mono.doOn/AfterSuccessOrError by @​simonbasle in #2954
    • The doOn* recommended alternatives include doOnNext(Consumer), doOnError(Consumer), doOnTerminate(Runnable), and doOnSuccess(Consumer),
    • The doAfter* recommended alternatives are doAfterTerminate(Runnable) and doFinally(Consumer).
  • Remove deprecated context-related operators by @​simonbasle in #2953
    • deferWithContext(Function) -> use deferContextual(Function) instead,

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@dependabot dependabot bot force-pushed the dependabot/gradle/plugins/repository-azure/io.projectreactor-reactor-core-3.5.1 branch from 5276a8b to e9486c0 Compare December 19, 2022 13:57
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@dependabot dependabot bot force-pushed the dependabot/gradle/plugins/repository-azure/io.projectreactor-reactor-core-3.5.1 branch from e56bf3a to 3fd0712 Compare December 22, 2022 05:34
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@tlfeng
Copy link
Collaborator

tlfeng commented Dec 22, 2022

In log of build 8254, :plugins:repository-azure:thirdPartyAudit task failed.

Running ./gradlew :plugins:repository-azure:thirdPartyAudit:

> Task :plugins:repository-azure:thirdPartyAudit FAILED
Unnecessary exclusions, following classes are not missing:
  * kotlin.collections.ArraysKt
  * kotlin.jvm.JvmClassMappingKt
  * kotlin.jvm.functions.Function0
  * kotlin.jvm.functions.Function1
  * kotlin.jvm.internal.FunctionReference
  * kotlin.jvm.internal.Intrinsics
  * kotlin.jvm.internal.Reflection
  * kotlin.jvm.internal.markers.KMappedMarker
  * kotlin.reflect.KClass
  * kotlin.reflect.KDeclarationContainer
  * kotlin.sequences.Sequence

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':plugins:repository-azure:thirdPartyAudit'.
> Third party audit task is not configured correctly

Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.23 to 3.5.1.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.4.23...v3.5.1)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/plugins/repository-azure/io.projectreactor-reactor-core-3.5.1 branch from 8b96335 to b2203d3 Compare December 22, 2022 20:34
dependabot bot added 2 commits December 22, 2022 20:38
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

Tianli Feng added 2 commits December 27, 2022 00:06
…artyAudit'

Signed-off-by: Tianli Feng <ftianli@amazon.com>
Signed-off-by: Tianli Feng <ftianli@amazon.com>
@tlfeng
Copy link
Collaborator

tlfeng commented Dec 27, 2022

Missing classes:
  * io.micrometer.context.ContextAccessor
  * io.micrometer.context.ContextRegistry
  * io.micrometer.context.ContextSnapshot
  * io.micrometer.context.ContextSnapshot$Scope

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':plugins:repository-azure:thirdPartyAudit'.
> Audit of third party dependencies failed

… of 'thirdPartyAudit'

Signed-off-by: Tianli Feng <ftianli@amazon.com>
@tlfeng tlfeng added the backport 2.x Backport to 2.x branch label Dec 27, 2022
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      2 org.opensearch.cluster.service.MasterServiceTests.classMethod
      1 org.opensearch.cluster.service.MasterServiceTests.testThrottlingForMultipleTaskTypes

@codecov-commenter
Copy link

Codecov Report

Merging #5604 (cfad48d) into main (1dfea7b) will decrease coverage by 0.28%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #5604      +/-   ##
============================================
- Coverage     71.04%   70.75%   -0.29%     
+ Complexity    58408    58170     -238     
============================================
  Files          4741     4741              
  Lines        278541   278541              
  Branches      40268    40268              
============================================
- Hits         197876   197087     -789     
- Misses        64511    65300     +789     
  Partials      16154    16154              
Impacted Files Coverage Δ
...g/opensearch/index/analysis/CharFilterFactory.java 0.00% <0.00%> (-100.00%) ⬇️
...bucket/terms/SignificantTextAggregatorFactory.java 0.00% <0.00%> (-92.56%) ⬇️
...main/java/org/opensearch/common/network/Cidrs.java 0.00% <0.00%> (-77.78%) ⬇️
...opensearch/index/query/SearchIndexNameMatcher.java 26.31% <0.00%> (-73.69%) ⬇️
...bucket/histogram/DateRangeHistogramAggregator.java 0.00% <0.00%> (-71.06%) ⬇️
...port/ResponseHandlerFailureTransportException.java 0.00% <0.00%> (-60.00%) ⬇️
.../index/shard/IndexShardNotRecoveringException.java 0.00% <0.00%> (-50.00%) ⬇️
...n/java/org/opensearch/snapshots/SnapshotUtils.java 41.26% <0.00%> (-46.04%) ⬇️
.../org/opensearch/client/indices/AnalyzeRequest.java 31.00% <0.00%> (-45.00%) ⬇️
...adcast/BroadcastShardOperationFailedException.java 55.55% <0.00%> (-44.45%) ⬇️
... and 489 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Signed-off-by: Tianli Feng <ftianli@amazon.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@tlfeng tlfeng merged commit 98ca4a7 into main Dec 27, 2022
@dependabot dependabot bot deleted the dependabot/gradle/plugins/repository-azure/io.projectreactor-reactor-core-3.5.1 branch December 27, 2022 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants